public class PatientDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
birthDate |
(package private) int |
cellPhone |
protected java.lang.String |
domicileAddress |
protected java.lang.String |
domicileMunicipality |
protected int |
domicileZIPCode |
protected java.lang.String |
eMail |
protected java.lang.String |
familyName |
protected java.lang.String |
fiscalCode |
protected java.lang.String |
gender |
protected java.lang.String |
givenName |
protected java.lang.String |
id |
protected int |
phone |
protected java.lang.String |
residenceAddress |
protected java.lang.String |
residenceMunicipality |
protected int |
residenceZIPCode |
| Constructor and Description |
|---|
PatientDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getBirthDate()
Gets the value of the birthDate property.
|
int |
getCellPhone()
Gets the value of the cellPhone property.
|
java.lang.String |
getDomicileAddress()
Gets the value of the domicileAddress property.
|
java.lang.String |
getDomicileMunicipality()
Gets the value of the domicileMunicipality property.
|
int |
getDomicileZIPCode()
Gets the value of the domicileZIPCode property.
|
java.lang.String |
getEMail()
Gets the value of the eMail property.
|
java.lang.String |
getFamilyName()
Gets the value of the familyName property.
|
java.lang.String |
getFiscalCode()
Gets the value of the fiscalCode property.
|
java.lang.String |
getGender()
Gets the value of the gender property.
|
java.lang.String |
getGivenName()
Gets the value of the givenName property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
int |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getResidenceAddress()
Gets the value of the residenceAddress property.
|
java.lang.String |
getResidenceMunicipality()
Gets the value of the residenceMunicipality property.
|
int |
getResidenceZIPCode()
Gets the value of the residenceZIPCode property.
|
void |
setBirthDate(java.util.Date value)
Sets the value of the birthDate property.
|
void |
setCellPhone(int value)
Sets the value of the cellPhone property.
|
void |
setDomicileAddress(java.lang.String value)
Sets the value of the domicileAddress property.
|
void |
setDomicileMunicipality(java.lang.String value)
Sets the value of the domicileMunicipality property.
|
void |
setDomicileZIPCode(int value)
Sets the value of the domicileZIPCode property.
|
void |
setEMail(java.lang.String value)
Sets the value of the eMail property.
|
void |
setFamilyName(java.lang.String value)
Sets the value of the familyName property.
|
void |
setFiscalCode(java.lang.String value)
Sets the value of the fiscalCode property.
|
void |
setGender(java.lang.String value)
Sets the value of the gender property.
|
void |
setGivenName(java.lang.String value)
Sets the value of the givenName property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPhone(int value)
Sets the value of the phone property.
|
void |
setResidenceAddress(java.lang.String value)
Sets the value of the residenceAddress property.
|
void |
setResidenceMunicipality(java.lang.String value)
Sets the value of the residenceMunicipality property.
|
void |
setResidenceZIPCode(int value)
Sets the value of the residenceZIPCode property.
|
protected java.lang.String id
protected java.lang.String fiscalCode
protected java.lang.String familyName
protected java.lang.String givenName
protected java.util.Date birthDate
protected java.lang.String gender
protected java.lang.String residenceMunicipality
protected java.lang.String residenceAddress
protected int residenceZIPCode
protected java.lang.String domicileMunicipality
protected java.lang.String domicileAddress
protected int domicileZIPCode
protected int phone
int cellPhone
protected java.lang.String eMail
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getFiscalCode()
Stringpublic void setFiscalCode(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getFamilyName()
Stringpublic void setFamilyName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getGivenName()
Stringpublic void setGivenName(java.lang.String value)
value - allowed object is Stringpublic java.util.Date getBirthDate()
XMLGregorianCalendarpublic void setBirthDate(java.util.Date value)
value - allowed object is XMLGregorianCalendarpublic java.lang.String getGender()
Stringpublic void setGender(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getResidenceMunicipality()
Stringpublic void setResidenceMunicipality(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getResidenceAddress()
Stringpublic void setResidenceAddress(java.lang.String value)
value - allowed object is Stringpublic int getResidenceZIPCode()
public void setResidenceZIPCode(int value)
public java.lang.String getDomicileMunicipality()
Stringpublic void setDomicileMunicipality(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDomicileAddress()
Stringpublic void setDomicileAddress(java.lang.String value)
value - allowed object is Stringpublic int getDomicileZIPCode()
public void setDomicileZIPCode(int value)
public int getPhone()
public void setPhone(int value)
public int getCellPhone()
public void setCellPhone(int value)
public java.lang.String getEMail()
Stringpublic void setEMail(java.lang.String value)
value - allowed object is String